Release 10.1A: OpenEdge Data Management:
SQL Reference
DhSQLResultSet.makeNULL
Sets a field of the currently active row in a procedure’s result set to
NULL. This method is redundant with using theDhSQLResultSet.setmethod to set a procedure result-set field toNULL.Format
public void makeNULL(intfield)Returns
None
Parameters
fieldAn integer that specifies which field of the result-set row to set to
NULL.1denotes the first field in the row,2denotes the second,ndenotes thenth.Throws
Example
DhSQLExceptionThis code fragment illustrates
SQLResultSet.setandSQLResultSet.makeNULL:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |